From da7b577b8b22f6f8f07a1956965c2221b0bde901 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 19 Sep 2025 09:30:35 +0200 Subject: [PATCH] batmand: fix PGK_MAINTAINER name to generate a valid JSON output The extra quotation marks in the PKG_MAINTAINER line of the '.packageinfo' file does not produce valid JSON when 'package-metadata.pl pkgmanifestjson' is used. Therefore, the word with the surrounding quotation marks is removed. Signed-off-by: Florian Eckert (cherry picked from commit fabd39998637cb8182215fb8ea6f51e2dcde32fd) --- batmand/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batmand/Makefile b/batmand/Makefile index f015d87..a205ea5 100644 --- a/batmand/Makefile +++ b/batmand/Makefile @@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/package.mk define Package/batmand URL:=https://www.open-mesh.org/ - MAINTAINER:=Corinna "Elektra" Aichele + MAINTAINER:=Corinna Aichele SECTION:=net CATEGORY:=Network SUBMENU:=Routing and Redirection -- 2.30.2